SQL ManualFunctionsString FunctionslowerOn this pagelowerlowerDescriptionSyntax:VARCHAR lower (VARCHAR str)This function de-capitalizes all characters in the string.Examplemysql> SELECT lower("AbC123");+-----------------+| lower('AbC123') |+-----------------+| abc123 |+-----------------+KeywordsLOWER